home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk101 / c-show / c-show.doc < prev   
Text File  |  1995-03-19  |  2KB  |  42 lines

  1. ---------------------
  2. C-Show 1.2
  3. © 1989 by Ralph Ciper
  4. ---------------------
  5.  
  6.      C-Show displays an IFF picture and exits, leaving the picture displayed
  7. until C-Show runs again and replaces or removes it. It can be used at the
  8. beginning of the startup-sequence to display a picture while it is
  9. executing, then at the end remove the picture.
  10.      Consider this utilitarian use: You've written a major program. Put the
  11. program and a fancy introductory screen on a boot disk. Display the art
  12. screen during the booting process, turn off the picture and start the
  13. program.
  14.      You could also create an automated booting slide presentation complete
  15. with pauses, using the WAIT command of AmigaDOS.
  16.      Here are the commands:
  17.  
  18. C-Show ifffile.pic    ; displays Iff picture file "ifffile.pic"
  19.                       ;    and removes old C-Show picture (if any)
  20.                         
  21. C-Show                ; removes C-Show Picture (if any)
  22.  
  23.  
  24. NOTES
  25.      The front and back gadgets work but are invisible. They're in the upper
  26. right corner. They may be out of bounds for overscan pictures and some
  27. brushes. In these cases, use Left-Amiga N|M to move picture to back until
  28. needed.
  29.      Pictures are displayed on a screen "C-Show 1.2, by Ralph Ciper\n" and
  30. this screen name should not be changed. If a picture is removed from display
  31. by a process other than C-Show, 32 bytes will be lost from the free memory
  32. pool until reboot.
  33.      An earlier version guru'd on half-bright pictures. Thanks to Joel
  34. Salazar for that error report. It should show them correctly now.
  35.      This was written in Lattice C 5.02. If you would like the source code
  36. to the program, send $5 for diskette and handling to Ralph Ciper, 14337
  37. Diplomat Dr., Tampa, FL  33613.
  38.      If you have any comment on this program, or any other program I've
  39. written, I would like to hear from you.
  40.  
  41. END OF TEXT
  42.